ServiceSyncFolders Method (FolderId, IListPropertyPath) |
Synchronizes the subfolders of a specific folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SyncFoldersResponse SyncFolders(
FolderId folderId,
IList<PropertyPath> propertyPaths
)
Public Function SyncFolders (
folderId As FolderId,
propertyPaths As IList(Of PropertyPath)
) As SyncFoldersResponse
Parameters
- folderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder that contains the folders to synchronize with. - propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The collection of properties to retrieve for synchronized folders.
Return Value
Type:
SyncFoldersResponseA list of changes that occurred in the specified folder.
See Also